'宣言 Public Overrides NotOverridable Function NumberOfSections( _ ByVal collectionView As UIKit.UICollectionView _ ) As System.IntPtr
public override System.IntPtr NumberOfSections( UIKit.UICollectionView collectionView )
パラメータ
- collectionView
- Collection view displaying the sections.
戻り値の型
Number of sections required to display the data. The default is 1 (a collection must have at least one section).